home *** CD-ROM | disk | FTP | other *** search
- DSHO is a program that will display one or more pictures
- created with DSP (or Sound Presentations) in a sequential fashion,
- similar to a slide presentation show. After each picture
- is shown, the next picture is selected by pressing the
- enter (Return) key.
-
- There are two different ways that pictures to be shown can
- be selected. Each picture can be named on the command
- line, or the name of each picture can be listed in
- another file.
-
- Usage: DSHO [-f file] [ file1 file2 file3 ... ]
-
- If the names of the pictures to be displayed are in another
- file, then that file's name is given to the DSHO program
- by using the -f alternative. Otherwise the file names are
- put on the command line. In either case, the picture files
- can be full path names with directories and/or device names.
-
- Example: DSHO a:titlslid \monthly\status summary.pic
- - or -
- DSHO -f slides
-
- where slides is ---> a:titlslid.pic
- \monthly\status
- summary.pic
-
- Note that the extension .pic is not necessary. It will be
- assumed if not present. If an extension is present, it will
- be used.
-
- The program first reads the font tables CFNT1-6.
- DSHO will look for their location in SP.INI,
- and if unable to find them will look in the current directory.
-
- ---------------------------------------------------------
-
- ERRORS CORRECTIONS
-
- Fonts Fail to initialize Make sure fonts are in \drivers\fonts
- or are in the current directory.
-
- Unable to open file Make sure the file exists or the path
- is correct. A complete path name
- may be helpful.
-
- File is not a SoundPres picture Only use picture files created by
- DSP or Sound Presentations
-
- Unable to find file Make sure the file exists or the path
- is correct.
-
-